home *** CD-ROM | disk | FTP | other *** search
/ Chip 1998 May / CHIP Turkiye Mayıs 1998.iso / araclar / 95IDA / _SETUP.1 / IDA.exe / 0 / RCDATA / TABOUTFORM / TABOUTFORM.txt < prev   
Text File  |  1997-04-22  |  3KB  |  144 lines

  1. object AboutForm: TAboutForm
  2.   Left = 290
  3.   Top = 157
  4.   HorzScrollBar.Visible = False
  5.   VertScrollBar.Visible = False
  6.   ActiveControl = Button1
  7.   BorderIcons = []
  8.   BorderStyle = bsDialog
  9.   Caption = 'About'
  10.   ClientHeight = 326
  11.   ClientWidth = 343
  12.   Font.Color = clWindowText
  13.   Font.Height = -14
  14.   Font.Name = 'MS Sans Serif'
  15.   Font.Style = []
  16.   Icon.Data = {<image000.ico>}
  17.   Position = poScreenCenter
  18.   PixelsPerInch = 120
  19.   TextHeight = 16
  20.   object Label1: TLabel
  21.     Left = 74
  22.     Top = 57
  23.     Width = 195
  24.     Height = 16
  25.     Caption = 'Instant Drive Access v1.41r2'
  26.     Font.Color = clBlack
  27.     Font.Height = -15
  28.     Font.Name = 'MS Sans Serif'
  29.     Font.Style = [fsBold]
  30.     ParentFont = False
  31.   end
  32.   object Label2: TLabel
  33.     Left = 78
  34.     Top = 79
  35.     Width = 187
  36.     Height = 16
  37.     Caption = 'by SysTeam, Jesper Lauridsen'
  38.     Font.Color = clWindowText
  39.     Font.Height = -15
  40.     Font.Name = 'MS Sans Serif'
  41.     Font.Style = []
  42.     ParentFont = False
  43.   end
  44.   object Label3: TLabel
  45.     Left = 43
  46.     Top = 182
  47.     Width = 253
  48.     Height = 16
  49.     Caption = 'Comment and suggestions are welcome at'
  50.     Font.Color = clWindowText
  51.     Font.Height = -15
  52.     Font.Name = 'MS Sans Serif'
  53.     Font.Style = []
  54.     ParentFont = False
  55.   end
  56.   object Image1: TImage
  57.     Left = 155
  58.     Top = 12
  59.     Width = 32
  60.     Height = 32
  61.     AutoSize = True
  62.     Picture.Data = {<image001.ico>}
  63.   end
  64.   object UrlLabel1: TUrlLabel
  65.     Left = 53
  66.     Top = 253
  67.     Width = 241
  68.     Height = 16
  69.     Cursor = 5
  70.     Caption = 'http://home1.inet.tele.dk/jel/ida/ida.html'
  71.     Font.Color = clWindowText
  72.     Font.Height = -15
  73.     Font.Name = 'MS Sans Serif'
  74.     Font.Style = [fsUnderline]
  75.     ParentFont = False
  76.     PopupMenu = UrlLabel1.
  77.     URL = 'http://home1.inet.tele.dk/jel/ida/ida_uk.htm'
  78.   end
  79.   object Label5: TLabel
  80.     Left = 79
  81.     Top = 233
  82.     Width = 229
  83.     Height = 20
  84.     Caption = 'Get the latest version from here:'
  85.   end
  86.   object UrlLabel2: TUrlLabel
  87.     Left = 121
  88.     Top = 204
  89.     Width = 104
  90.     Height = 16
  91.     Cursor = 5
  92.     Caption = 'jel@post1.tele.dk'
  93.     Font.Color = clWindowText
  94.     Font.Height = -15
  95.     Font.Name = 'MS Sans Serif'
  96.     Font.Style = [fsUnderline]
  97.     ParentFont = False
  98.     PopupMenu = UrlLabel2.
  99.     URL = 'mailto:jel@post1.tele.dk'
  100.   end
  101.   object Label4: TLabel
  102.     Left = 129
  103.     Top = 104
  104.     Width = 86
  105.     Height = 16
  106.     Caption = '(Unregistered)'
  107.   end
  108.   object Label6: TLabel
  109.     Left = 90
  110.     Top = 128
  111.     Width = 163
  112.     Height = 16
  113.     Caption = 'Click here to register online:'
  114.   end
  115.   object UrlLabel3: TUrlLabel
  116.     Left = 36
  117.     Top = 146
  118.     Width = 271
  119.     Height = 16
  120.     Cursor = 5
  121.     Caption = 'http://www.shareit.com/programs/100303.htm'
  122.     Font.Color = clBlack
  123.     Font.Height = -13
  124.     Font.Name = 'MS Sans Serif'
  125.     Font.Style = [fsUnderline]
  126.     ParentFont = False
  127.     PopupMenu = UrlLabel3.
  128.   end
  129.   object Button1: TButton
  130.     Left = 126
  131.     Top = 284
  132.     Width = 91
  133.     Height = 31
  134.     Caption = 'OK'
  135.     Font.Color = clWindowText
  136.     Font.Height = -15
  137.     Font.Name = 'MS Sans Serif'
  138.     Font.Style = []
  139.     ParentFont = False
  140.     TabOrder = 0
  141.     OnClick = Button1Click
  142.   end
  143. end
  144.